home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
mint
/
lib
/
mntlib44.zoo
/
mntlib
/
heapbase.c
< prev
next >
Wrap
Text File
|
1992-09-11
|
435b
|
11 lines
/*
* Note that although this is provided in a separate file so that users
* can say something like:
* long foo[800]; void *_heapbase = (void *)foo;
* this is no longer necessary. (This used to be the idiom for desk
* accessories, which need to have stack memory set aside for them;
* but the acc startup code now Mallocs such memory automatically.)
*/
void *_heapbase = 0; /* "0" means: heap not yet def'd. see crtinit.c */